projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ba7591
)
; * lisp/epg.el (epg-no-data-reason-alist): Fix typo in message.
author
Jonas Bernoulli
<jonas@bernoul.li>
Wed, 17 Jun 2020 20:22:53 +0000
(22:22 +0200)
committer
Jonas Bernoulli
<jonas@bernoul.li>
Thu, 13 Aug 2020 09:29:35 +0000
(11:29 +0200)
lisp/epg.el
patch
|
blob
|
history
diff --git
a/lisp/epg.el
b/lisp/epg.el
index e53aa8caaaf7033f1626cb32f8a90bffcb83de3a..df79988c48b97e9ea7716775d98cca7ce90653de 100644
(file)
--- a/
lisp/epg.el
+++ b/
lisp/epg.el
@@
-123,7
+123,7
@@
(defconst epg-no-data-reason-alist
'((1 . "No armored data")
- (2 . "Expected a packet but did not f
ou
nd one")
+ (2 . "Expected a packet but did not f
i
nd one")
(3 . "Invalid packet found, this may indicate a non OpenPGP message")
(4 . "Signature expected but not found")))